﻿2026-07-22T19:38:37.9485179Z ##[group]Run actions/checkout@v5
2026-07-22T19:38:37.9485421Z with:
2026-07-22T19:38:37.9485609Z   repository: SaberMage/spt-shell-notify
2026-07-22T19:38:37.9485858Z   path: .adapter-notify
2026-07-22T19:38:37.9487769Z   token: ***
2026-07-22T19:38:37.9487950Z   ssh-strict: true
2026-07-22T19:38:37.9488129Z   ssh-user: git
2026-07-22T19:38:37.9488311Z   persist-credentials: true
2026-07-22T19:38:37.9488510Z   clean: true
2026-07-22T19:38:37.9488697Z   sparse-checkout-cone-mode: true
2026-07-22T19:38:37.9488912Z   fetch-depth: 1
2026-07-22T19:38:37.9489164Z   fetch-tags: false
2026-07-22T19:38:37.9489349Z   show-progress: true
2026-07-22T19:38:37.9489532Z   lfs: false
2026-07-22T19:38:37.9489684Z   submodules: false
2026-07-22T19:38:37.9489870Z   set-safe-directory: true
2026-07-22T19:38:37.9490079Z   allow-unsafe-pr-checkout: false
2026-07-22T19:38:37.9497348Z env:
2026-07-22T19:38:37.9497545Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-22T19:38:37.9497791Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-22T19:38:37.9498044Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-22T19:38:37.9498264Z ##[endgroup]
2026-07-22T19:38:38.1184814Z Syncing repository: SaberMage/spt-shell-notify
2026-07-22T19:38:38.1185395Z ##[group]Getting Git version info
2026-07-22T19:38:38.1186008Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-07-22T19:38:38.1207819Z [command]/usr/bin/git version
2026-07-22T19:38:38.1242888Z git version 2.43.0
2026-07-22T19:38:38.1258677Z ##[endgroup]
2026-07-22T19:38:38.1269820Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/ed14ebda-5b35-4d27-9a76-c70187876ef7' before making global git config changes
2026-07-22T19:38:38.1270494Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T19:38:38.1272807Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-22T19:38:38.1300743Z ##[group]Initializing the repository
2026-07-22T19:38:38.1303427Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-22T19:38:38.1332079Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-22T19:38:38.1332608Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-22T19:38:38.1333092Z hint: of your new repositories, which will suppress this warning, call:
2026-07-22T19:38:38.1333465Z hint: 
2026-07-22T19:38:38.1333749Z hint: 	git config --global init.defaultBranch <name>
2026-07-22T19:38:38.1334050Z hint: 
2026-07-22T19:38:38.1334346Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-22T19:38:38.1334832Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-22T19:38:38.1335189Z hint: 
2026-07-22T19:38:38.1335391Z hint: 	git branch -m <name>
2026-07-22T19:38:38.1337213Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-07-22T19:38:38.1343978Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-22T19:38:38.1400584Z ##[endgroup]
2026-07-22T19:38:38.1400966Z ##[group]Disabling automatic garbage collection
2026-07-22T19:38:38.1403548Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T19:38:38.1428175Z ##[endgroup]
2026-07-22T19:38:38.1428539Z ##[group]Setting up auth
2026-07-22T19:38:38.1433073Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T19:38:38.1457914Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T19:38:38.1668865Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T19:38:38.1696935Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T19:38:38.1890417Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T19:38:38.1916725Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T19:38:38.2104754Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T19:38:38.2135855Z ##[endgroup]
2026-07-22T19:38:38.2136186Z ##[group]Determining the default branch
2026-07-22T19:38:38.2139082Z Retrieving the default branch name
2026-07-22T19:38:38.7431292Z Default branch 'main'
2026-07-22T19:38:38.7431920Z ##[endgroup]
2026-07-22T19:38:38.7432321Z ##[group]Fetching the repository
2026-07-22T19:38:38.7436195Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-22T19:38:39.3459990Z From https://github.com/SaberMage/spt-shell-notify
2026-07-22T19:38:39.3460452Z  * [new branch]      main       -> origin/main
2026-07-22T19:38:39.3478709Z ##[endgroup]
2026-07-22T19:38:39.3479091Z ##[group]Determining the checkout info
2026-07-22T19:38:39.3481372Z ##[endgroup]
2026-07-22T19:38:39.3485075Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T19:38:39.3518833Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T19:38:39.3549654Z ##[group]Checking out the ref
2026-07-22T19:38:39.3552474Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T19:38:39.3590516Z Switched to a new branch 'main'
2026-07-22T19:38:39.3590876Z branch 'main' set up to track 'origin/main'.
2026-07-22T19:38:39.3594890Z ##[endgroup]
2026-07-22T19:38:39.3626323Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T19:38:39.3646799Z ee2d37eadc730c0019e0af82d683074c509634a2
